home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000512_coleman@math.gatech.edu_Thu Apr 28 18:26:00 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from gatech.edu by cs.umb.edu with SMTP id AA08509
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 28 Apr 1994 22:24:39 -0400
  3. Received: from math (math.gatech.edu) by gatech.edu with SMTP id AA14249
  4.   (5.65c/Gatech-10.0-IDA for <tex-k@cs.umb.edu>); Thu, 28 Apr 1994 22:24:27 -0400
  5. Received: from math15.gatech.edu by math (4.1/SMI-4.1)
  6.     id AA19186; Thu, 28 Apr 94 22:25:32 EDT
  7. From: coleman@math.gatech.edu (Richard Coleman)
  8. Message-Id: <9404290225.AA19186@math>
  9. Subject: can't find yywrap
  10. To: tex-k@cs.umb.edu
  11. Date: Thu, 28 Apr 1994 22:26:00 -0400 (EDT)
  12. X-Mailer: ELM [version 2.4 PL23]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=US-ASCII
  15. Content-Transfer-Encoding: 7bit
  16. Content-Length: 741       
  17.  
  18. I'm trying to build web2c/web-6.1.  I'm also trying to use
  19. kpathsea-1.8.  I applied the patch to ourpaths.c.  Other than
  20. that, I'm doing a standard install (on a SunOS 4.1.3).  I keep
  21. getting
  22.  
  23. gcc -o web2c -O -I/usr/openwin/include   web2c.o y.tab.o lex.yy.o \
  24.    ../lib/lib.a ../../kpathsea/kpathsea.a  
  25. ld: Undefined symbol 
  26.    _yywrap 
  27. collect2: ld returned 2 exit status
  28.  
  29.  
  30. Anybody know what the problem is?
  31.  
  32. Richard Coleman
  33. coleman@math.gatech.edu
  34.  
  35.  
  36. ps. I'm not sure if it matters, but I'm using bison/flex.
  37.     But the configure seems to handle that ok.
  38.  
  39. pps. Also I might mention, that it's unclear in the file
  40.      web2c.help.kpathsea whether the patch should be applied
  41.      before or after configure (or whether it matters at all).